Skip to content

Instantly share code, notes, and snippets.

LLM Wiki

A pattern for building personal knowledge bases using LLMs.

This is an idea file, it is designed to be copy pasted to your own LLM Agent (e.g. OpenAI Codex, Claude Code, OpenCode / Pi, or etc.). Its goal is to communicate the high level idea, but your agent will build out the specifics in collaboration with you.

The core idea

Most people's experience with LLMs and documents looks like RAG: you upload a collection of files, the LLM retrieves relevant chunks at query time, and generates an answer. This works, but the LLM is rediscovering knowledge from scratch on every question. There's no accumulation. Ask a subtle question that requires synthesizing five documents, and the LLM has to find and piece together the relevant fragments every time. Nothing is built up. NotebookLM, ChatGPT file uploads, and most RAG systems work this way.

@JMcrafter26
JMcrafter26 / guide.md
Last active September 18, 2026 06:10
Steam overlay browser customization guide

Steam overlay browser customization guide

This guide covers how to customize the Steam overlay browser. For example, you install an adblocker like uBlock Origin (or any other browser extension including Sponsor Block and Darkreader), change the default search engine, change the start/new tab page, and more.

Steam uses a modified version of Chromium for its overlay browser, which means you can use many of the same extensions and settings that you would in a regular Chromium-based browser.

Screenshot of Steam overlay browser

Table of Contents

#!/usr/bin/env bash
set -euo pipefail
# patch-claude-code.sh — Rebalance Claude Code prompts to fix corner-cutting behavior
#
# What this does:
# Patches the npm-installed @anthropic-ai/claude-code cli.js to rebalance
# system prompt instructions that cause the model to cut corners, simplify
# excessively, and defer complicated work.
#
@kabeaty
kabeaty / founding_members.html
Created June 5, 2015 17:05
Original Tribune 'Founding Members' page
{% extends 'donors/base.html' %}
{% block head_title %}Founding Members{% endblock %}
{% block body_class %}{{ block.super }} founding{% endblock %}
{% block left_column %}
<strong class="header common">Founding Members</strong>
@Ohin-Kyuu
Ohin-Kyuu / starship.toml
Last active September 18, 2026 05:50
starship.toml by Ohin-Kyuu (uuiyO)
"$schema" = 'https://starship.rs/config-schema.json'
format = """
[](#29315a)$username[](#29315a)\
$sudo\
$git_branch\
$git_commit\
$git_state\
$git_status\
$git_metrics\
@scottpiper-wiz
scottpiper-wiz / BudgetsSpendLimitDenyNewWorkloads.json
Created September 17, 2026 13:38
BudgetsSpendLimitDenyNewWorkloads: An SCP applied if you exceed your budget in the new AWS Sign Up experience as of 2026-09-17
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "DenyCompute",
"Effect": "Deny",
"Action": [
"ec2:CreateNatGateway",
"ec2:CreateVolume",
"ec2:CreateVpnConnection",
@k16shikano
k16shikano / SKILL.md
Last active September 18, 2026 06:10
japanese-tech-writing/SKILL
name japanese-tech-writing
description 日本語の技術文書・書籍原稿の文章規範。段落と論証の構成(パラグラフライティング)、論証の厳密さ(ツッコミどころの除去)、読み手の負荷の管理、視点と語り、演出の抑制、LLM っぽい空句の禁止、翻訳調の比喩と擬人化の禁止(「運ぶ」「効く」「開かれた問い」など)、冗長の排除を定める。日本語で技術書の章、草稿、記事、解説文を書くとき、または推敲・リライトするときに使用する。
license Unlicense(https://gist.github.com/k16shikano/67625f2a7d96e3bbdfae8d571a936063

日本語技術文書の文章規範

日本語で技術的な原稿(書籍の章、記事、解説文)を書く・推敲するときは、以下の規範に従う。